Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: migrate from once_cell to std::sync::LazyLock #49

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cyphar
Copy link
Member

@cyphar cyphar commented Aug 4, 2024

This was only stabilised in Rust 1.80.0, so this might cause issues when building on older distributions (depending on when libpathrs starts getting packaged).

Signed-off-by: Aleksa Sarai [email protected]

@cyphar cyphar added the impact/msrv A change that will increase our MSRV. label Oct 8, 2024
@cyphar cyphar added this to the post-1.0 milestone Oct 8, 2024
@cyphar cyphar force-pushed the main branch 4 times, most recently from 44d50ec to 37bd58f Compare October 10, 2024 05:10
@cyphar cyphar force-pushed the lazylock-migration branch 2 times, most recently from 6b39b52 to 8e95eb2 Compare October 14, 2024 07:13
@cyphar cyphar force-pushed the lazylock-migration branch 4 times, most recently from b4cf90b to 0abebb2 Compare October 15, 2024 04:09
@cyphar cyphar changed the title *: migrate from lazy_static! to std::sync::LazyLock *: migrate from once_cell to std::sync::LazyLock Oct 15, 2024
Signed-off-by: Aleksa Sarai <[email protected]>
This was only stabilised in Rust 1.80.0, so this might cause issues when
building on older distributions (depending on when libpathrs starts
getting packaged).

Signed-off-by: Aleksa Sarai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/msrv A change that will increase our MSRV.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant